IController Class Reference
[Version 4.0]

extension to CControlListener used by UIDescription More...

Inheritance diagram for IController:
Inheritance graph
[legend]
Collaboration diagram for IController:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual int32_t getTagForName (UTF8StringPtr name, int32_t registeredTag) const
virtual CControlListenergetControlListener (UTF8StringPtr controlTagName)
virtual CViewcreateView (const UIAttributes &attributes, IUIDescription *description)
virtual CViewverifyView (CView *view, const UIAttributes &attributes, IUIDescription *description)
virtual IControllercreateSubController (UTF8StringPtr name, IUIDescription *description)
virtual void valueChanged (VSTGUI::CControl *pControl)=0
virtual int32_t controlModifierClicked (VSTGUI::CControl *pControl, VSTGUI::CButtonState button)
 return 1 if you want the control to not handle it, otherwise 0
virtual void controlBeginEdit (VSTGUI::CControl *pControl)
virtual void controlEndEdit (VSTGUI::CControl *pControl)
virtual void controlTagWillChange (VSTGUI::CControl *pControl)
virtual void controlTagDidChange (VSTGUI::CControl *pControl)

Detailed Description

extension to CControlListener used by UIDescription


Member Function Documentation

virtual void controlBeginEdit ( VSTGUI::CControl pControl  )  [inline, virtual, inherited]
virtual void controlEndEdit ( VSTGUI::CControl pControl  )  [inline, virtual, inherited]
virtual int32_t controlModifierClicked ( VSTGUI::CControl pControl,
VSTGUI::CButtonState  button 
) [inline, virtual, inherited]

return 1 if you want the control to not handle it, otherwise 0

Reimplemented in DelegationController.

virtual void controlTagDidChange ( VSTGUI::CControl pControl  )  [inline, virtual, inherited]

Reimplemented in DelegationController, and VST3Editor.

virtual void controlTagWillChange ( VSTGUI::CControl pControl  )  [inline, virtual, inherited]

Reimplemented in DelegationController, and VST3Editor.

virtual IController* createSubController ( UTF8StringPtr  name,
IUIDescription description 
) [inline, virtual]

Reimplemented in DelegationController, and VST3Editor.

virtual CView* createView ( const UIAttributes attributes,
IUIDescription description 
) [inline, virtual]

Reimplemented in DelegationController, and VST3Editor.

virtual CControlListener* getControlListener ( UTF8StringPtr  controlTagName  )  [inline, virtual]

Reimplemented in DelegationController.

virtual int32_t getTagForName ( UTF8StringPtr  name,
int32_t  registeredTag 
) const [inline, virtual]

Reimplemented in DelegationController.

virtual void valueChanged ( VSTGUI::CControl pControl  )  [pure virtual, inherited]
virtual CView* verifyView ( CView view,
const UIAttributes attributes,
IUIDescription description 
) [inline, virtual]

The documentation for this class was generated from the following file:

Generated on Fri Nov 22 11:10:00 2013 for VSTGUI by  doxygen 1.6.1